-
Notifications
You must be signed in to change notification settings - Fork 469
Update Azure.Identity to 1.16.0 & Azure.Core to 1.49.0 #11404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
…vironment variable (#2) * Initial plan * Update Azure.Identity from 1.14.2 to 1.16.0 Co-authored-by: cataggar <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: cataggar <[email protected]>
* Initial plan * Add release note for Azure.Identity 1.16.0 update Co-authored-by: cataggar <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: cataggar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the Azure.Identity package from version 1.14.2 to 1.16.0 to support the AZURE_TOKEN_CREDENTIALS environment variable functionality.
- Package version update from 1.14.2 to 1.16.0 in project files
- Added release notes entry documenting the change
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/WebJobs.Script/WebJobs.Script.csproj | Updated Azure.Identity package reference to version 1.16.0 |
src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj | Updated Azure.Identity package reference to version 1.16.0 |
release_notes.md | Added release note documenting the Azure.Identity update |
/azp run host.public |
Azure Pipelines successfully started running 1 pipeline(s). |
@cataggar the build failed due to a package downgrade error. You should be able to get the same error with a local |
/azp run host.public |
Commenter does not have sufficient privileges for PR 11404 in repo Azure/azure-functions-host |
@jviau It restores and builds locally now. I don't have permissions to start CI. Can you kick off another run or can I get permissions? |
/azp run host.public |
Azure Pipelines successfully started running 1 pipeline(s). |
@cataggar another change will be needed. We have a unit test which verifies our transitive dependency closure to identify changes like this. We need to update a file to signal to the test this change is intentional. Please replace the contents of test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json with this artifact |
/azp run host.public |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks @jviau . This is done. |
Thanks @cataggar. I am going to wait on review/sign off from @mattchenderson. He keeps an eye on Azure.Identity changes as it has been a source of many regressions for customers. |
Issue describing the changes in this PR
resolves #11402
Pull request checklist
IMPORTANT: Currently, changes must be backported to the
in-proc
branch to be included in Core Tools and non-Flex deployments.in-proc
branch is not requiredrelease_notes.md
Additional information
Additional PR information